C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.Base.Collections Namespace / C1ObservableItemCollection<TOwner,TItem> Class
The type of owner of the collection.
The type of elements in the collection.
Members

C1ObservableItemCollection<TOwner,TItem> Class
Provides the class for a generic collection. Represents a collection of C1ObservableItem.
Object Model
C1ObservableItemCollection<TOwner,TItem> Class
Syntax
'Declaration
 
Public Class C1ObservableItemCollection
    (Of TOwner,TItem) 
   Inherits System.Collections.ObjectModel.Collection(Of TItem)
 
Type Parameters
TOwner
The type of owner of the collection.
TItem
The type of elements in the collection.
Inheritance Hierarchy
See Also